﻿	capital = 335

	oob = "UGI"

	set_research_slots = 1
	set_convoys = 60
	set_stability = 0.4

	set_variable = { Russian_Influence = 0.00 }
	set_variable = { Chinese_Influence = 0.00 }
	set_variable = { American_Influence = 0.00 }
	set_variable = { European_Influence = 0.70 }
	set_variable = { PDO_Influence = 0.00 }
	set_variable = { Sovereign_Influence = 0.30 }


	set_country_flag = country_language_indonesian
	set_country_flag = INS_Battle_For_NKRI_flag
	
	#Government
	recruit_character = INS_joko_widodo_char
	recruit_character = INS_prabowo_subianto_char 
	
	set_technology = {
		## Infantry ##
		infantry_weapons1 = 1
		infantry_weapons2 = 1
		motorised_infantry = 1
		infantry_rifle_upgrade = 1
		support_weapons = 1
		support_weapons2 = 1
		night_vision = 1
		body_armor = 1
		camouflage = 1
		
		## Support Companies ##
		tech_support = 1
		tech_engineers = 1
		tech_recon = 1
		tech_military_police = 1
		tech_maintenance_company = 1
		tech_field_hospital = 1
		
		## Armor ##
		main_battle_tank1 = 1
		main_battle_tank2 = 1
		main_battle_tank3 = 1
		light_tank1 = 1
		mechanised_infantry1 = 1
		light_mechanized_infantry1 = 1
		
		## Artillery ##
		gw_artillery = 1
		interwar_antitank = 1
		interwar_antiair = 1
		tank_destroyer1 = 1
		self_propelled_aa1 = 1
		
		## Engineering ##
		electronic_mechanical_engineering = 1
		
		## Industry ##
		basic_machine_tools = 1
		
		## Doctrines ##
		
	}
	
	if = {
		limit = { has_dlc = "By Blood Alone" }
			set_technology = {
				aa_lmg = 1
				aa_cannon_1 = 1
				aa_hmg = 1
				engines_1 = 1
				engines_2 = 1
				early_bombs = 1
				guided_bombs = 1
				aircraft_construction = 1
				survivability_studies = 1
				iw_small_airframe = 1
				basic_small_airframe = 1
				iw_medium_airframe = 1
				basic_medium_airframe = 1
				iw_large_airframe = 1
			}
		else = {
			set_technology = {
				CAS1 = 1
				CAS2 = 1
				fighter1 = 1
				fighter2 = 1
				naval_bomber1 = 1
				strategic_bomber1 = 1
				tactical_bomber1 = 1
			}
		}
	}

	add_ideas = {
		lower_poverty
	}

	set_party_name = {
		ideology = authoritarian_democrat 
		long_name = UGI_authoritarian_democrat_party_long
		name = UGI_authoritarian_democrat_party
	}
	set_party_name = {
		ideology = nationalist 
		long_name = UGI_nationalist_party_long
		name = UGI_nationalist_party
	}

	set_politics = {	
		ruling_party = authoritarian_democrat
		elections_allowed = no
	}


	create_country_leader = {
		name = "Emergency Unitary Committee"
		picture = "GFX_INS_Komite_NKRI"
		ideology = auth_populism
	}

	set_popularities = {
		nationalist = 25
		communist = 0
		libertarian_socialist = 0
		authoritarian_democrat = 75
		social_democrat = 0
		social_liberal = 0
		conservative = 0
		market_liberal = 0
	}

### VARIANTS ###
	# 2000 Start #
	if = {
		limit = { not = { has_dlc = "Man the Guns" } }
		
	}
	if = {
		limit = { has_dlc = "Man the Guns" }
		## Corvettes ##
		create_equipment_variant = { #Corvette 1
			name = "Fatahillah class"
			type = ship_hull_light_1
			parent_version = 0
			modules = {
				fixed_ship_battery_slot = ship_light_battery_1
				fixed_ship_anti_air_slot = ship_anti_air_1
				fixed_ship_fire_control_system_slot = ship_fire_control_system_0
				fixed_ship_radar_slot = empty
				fixed_ship_engine_slot = light_ship_engine_1
				fixed_ship_torpedo_slot = ship_torpedo_1
				mid_1_custom_slot = ship_torpedo_1
				rear_1_custom_slot = ship_depth_charge_1
			}
		}
		## Frigates ##
		create_equipment_variant = { #Frigate 1
			name = "Tribal class"
			type = ship_hull_cruiser_1
			parent_version = 0
			modules = {
				fixed_ship_battery_slot = ship_medium_battery_1
				fixed_ship_anti_air_slot = ship_anti_air_1
				fixed_ship_fire_control_system_slot = ship_fire_control_system_0
				fixed_ship_radar_slot = empty
				fixed_ship_engine_slot = cruiser_ship_engine_1
				fixed_ship_armor_slot = ship_armor_cruiser_1
				fixed_ship_secondaries_slot = ship_secondaries_1
				mid_1_custom_slot = ship_airplane_launcher_1
				mid_2_custom_slot = ship_anti_air_1
				rear_1_custom_slot = empty
			}
		}
		## Submarines ##
		create_equipment_variant = { #Nuclear Sub 2
			name = "Chang Bogo class"
			type = ship_hull_submarine_2
			parent_version = 0
			modules = {
				fixed_ship_torpedo_slot = ship_torpedo_sub_2
				fixed_ship_engine_slot = sub_ship_engine_2
				rear_1_custom_slot = ship_torpedo_sub_2
			}
		}
	}
	
	if = {
		limit = {
			has_dlc = "By Blood Alone"
		}
		create_equipment_variant = {
			name = "F-16/IQ"
			type = small_plane_airframe_1
			modules = {
				fixed_main_weapon_slot = heavy_mg_4x
				fixed_auxiliary_weapon_slot_1 = heavy_mg_4x
				fixed_auxiliary_weapon_slot_2 = light_mg_4x
				engine_type_slot = engine_2_1x
				special_type_slot_1 = hmg_defense_turret
			}
			icon = "GFX_USA_fighter3_medium"
		}
		create_equipment_variant = {
			name = "Su-27"
			type = small_plane_airframe_1
			modules = {
				fixed_main_weapon_slot = heavy_mg_4x
				fixed_auxiliary_weapon_slot_1 = heavy_mg_4x
				fixed_auxiliary_weapon_slot_2 = light_mg_4x
				engine_type_slot = engine_1_2x
				special_type_slot_1 = hmg_defense_turret
			}
			icon = "GFX_SOV_fighter4_medium"
		}
		create_equipment_variant = {
			name = "EMB 314"
			type = small_plane_cas_airframe_0
			model = "INS_light_cas_entity"
			modules = {
				fixed_main_weapon_slot = light_mg_4x
				fixed_auxiliary_weapon_slot_1 = heavy_mg_4x
				engine_type_slot = engine_1_2x
				special_type_slot_1 = lmg_defense_turret_2x
				special_type_slot_2 = bomb_sights_1
			}
			icon = "GFX_light_cas_4_medium"
		}
		create_equipment_variant = {
			name = "Hawk 200"
			type = small_plane_cas_airframe_1
			modules = {
				fixed_main_weapon_slot = small_bomb_bay
				fixed_auxiliary_weapon_slot_1 = small_bomb_bay
				fixed_auxiliary_weapon_slot_2 = heavy_mg_4x
				engine_type_slot = engine_2_1x
				special_type_slot_1 = hmg_defense_turret
				special_type_slot_2 = hmg_defense_turret
			}
			icon = "GFX_GER_fighter1_medium"
		}
	}